c# clear console read chache

44

c# clear console read chache -

while(Console.KeyAvailable) 
{
    Console.ReadKey(true);
}

Comments

Submit
0 Comments